Skip to content

Conversation

@renovate-bot-gravity182
Copy link
Contributor

@renovate-bot-gravity182 renovate-bot-gravity182 bot commented Dec 27, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
frooodle/s-pdf major 1.4.0-ultra-lite2.3.1-ultra-lite

Release Notes

Stirling-Tools/Stirling-PDF (frooodle/s-pdf)

v2.3.1: 2.3.1 Bug fixes, Ui optimisations and SVG

Compare Source

Several bug fixes , including

  • Scroll bar not showing correctly in settings menu
  • Automate menus showing options correctly

and several other change,s such as SVG to PDF conversion and performance changes throughout app

What's Changed

Enhancements
Minor Enhancements
Docker Updates
Development Tools
  • build(deps-dev): bump stylelint-config-standard from 39.0.1 to 40.0.0 in /devTools by @​dependabot[bot] in #​5504
Other Changes

v2.3.0: 2.3.0 Conversion threads and bug fixes

Compare Source

Several important bug fixes in this release related to

  • File conversion threading
  • Non-roman alphabet files processing incorrectly
  • Desktop app bugs (Lots more fixes coming!)
  • And many others!

We also have some really cool features introduced such as

  • Telegram bot (In Connections menu or settings.yml)
  • PDF to EPUB and AZW3
  • MSG support

What's Changed

Enhancements
  • feat(build): enhance JaCoCo reporting with coverage summary and enforce thresholds by @​Ludy87 in #​5352
  • feat(ui): prevent self-modification in People management and highlight current user by @​Ludy87 in #​5441
  • feat(conversion): refactor EML parser to use Simple Java Mail library and add MSG support by @​balazs-szucs in #​5427
  • feat(conversion): add PDF to EPUB/AZW3 conversion support and settings by @​balazs-szucs in #​5434
Minor Enhancements
Docker Updates
Translation Changes
Other Changes
  • fix(ci): read workflow_dispatch PR number from inputs.pr in PR auto-deploy workflow by @​Ludy87 in #​5380
  • build(deps): bump github/codeql-action from 4.31.5 to 4.31.10 by @​dependabot[bot] in #​5449
  • build(deps): bump pypdf from 6.4.0 to 6.6.0 in /testing/cucumber by @​dependabot[bot] in #​5422
  • build(deps): bump io.micrometer:micrometer-core from 1.16.0 to 1.16.1 by @​dependabot[bot] in #​5358
  • Update user login conditions in workflow by @​Frooodle in #​5457
  • fix(core): reinstall frontend dependencies when iconify package is missing by @​Ludy87 in #​5432
  • fix(translations): improve translation merger CLI and sync missing UI strings across locales by @​Ludy87 in #​5309
  • build(deps): bump urllib3 from 2.5.0 to 2.6.3 in /testing/cucumber in the pip group across 1 directory by @​dependabot[bot] in #​5456
  • build(deps): bump docker/login-action from 3.4.0 to 3.6.0 by @​dependabot[bot] in #​5464

New Contributors

Full Changelog: Stirling-Tools/Stirling-PDF@v2.2.1...v2.3.0

What's Changed

Enhancements
  • feat(build): enhance JaCoCo reporting with coverage summary and enforce thresholds by @​Ludy87 in #​5352
  • feat(ui): prevent self-modification in People management and highlight current user by @​Ludy87 in #​5441
  • feat(conversion): refactor EML parser to use Simple Java Mail library and add MSG support by @​balazs-szucs in #​5427
  • feat(conversion): add PDF to EPUB/AZW3 conversion support and settings by @​balazs-szucs in #​5434
Minor Enhancements
Docker Updates
Translation Changes
Other Changes
  • fix(ci): read workflow_dispatch PR number from inputs.pr in PR auto-deploy workflow by @​Ludy87 in #​5380
  • build(deps): bump github/codeql-action from 4.31.5 to 4.31.10 by @​dependabot[bot] in #​5449
  • build(deps): bump pypdf from 6.4.0 to 6.6.0 in /testing/cucumber by @​dependabot[bot] in #​5422
  • build(deps): bump io.micrometer:micrometer-core from 1.16.0 to 1.16.1 by @​dependabot[bot] in #​5358
  • Update user login conditions in workflow by @​Frooodle in #​5457
  • fix(core): reinstall frontend dependencies when iconify package is missing by @​Ludy87 in #​5432
  • fix(translations): improve translation merger CLI and sync missing UI strings across locales by @​Ludy87 in #​5309
  • build(deps): bump urllib3 from 2.5.0 to 2.6.3 in /testing/cucumber in the pip group across 1 directory by @​dependabot[bot] in #​5456
  • build(deps): bump docker/login-action from 3.4.0 to 3.6.0 by @​dependabot[bot] in #​5464

New Contributors

Full Changelog: Stirling-Tools/Stirling-PDF@v2.2.1...v2.3.0

v2.2.1: 2.2.1 Mobile QR code plus possible Desktop connection fixes

Compare Source

This release has:

  • Possible fix for selfhost connection issues from desktop app
  • custom OCR languages fix
  • hide login options based on selection
  • Mobile QR scanner custom options (Found under connections in settings menu)
image

What's Changed

Minor Enhancements
Other Changes

Full Changelog: Stirling-Tools/Stirling-PDF@v2.2.0...v2.2.1

What's Changed

Minor Enhancements
Other Changes

Full Changelog: Stirling-Tools/Stirling-PDF@v2.2.0...v2.2.1

What's Changed

Minor Enhancements
Other Changes

Full Changelog: Stirling-Tools/Stirling-PDF@v2.2.0...v2.2.1

v2.2.0: 2.2.0 Ebook, Redaction, Mobile Scan, desktop SSO and more

Compare Source

Huge release! With this release we have fully integrated all remaining V1 codebase making us updated with the latest changes and bug fixes. Along with these changes we have also integrated various new features!

  • Full Ebook conversions, EPUB, MOBI, CBR and others
  • Full manual redaction
  • Various new PDF compliancy conversions such as PDF/A-3B
  • Auto background removal for signatures
  • Auto crop mode (detects borders of files)
  • Mobile phone scan complete with edge detection and descrewing (Lets you scan a QR code and upload photos from your phone!) (Must be enabled in connection settings)
  • Desktop app to support SSO logins for selfhosted users

We have some additional changes which are API only but soon to be migrated to UI

  • Full PDF file attachment management
  • Improved PDF compliancy and standards checking

As well as these changes there are a ton of other optimisations and improvements in various tools across the board!

What's Changed

Enhancements
Minor Enhancements
Docker Updates
Development Tools
  • build(deps): bump peter-evans/create-pull-request from 7.0.8 to 8.0.0 by @​dependabot[bot] in #​5300
  • deps(ci): update Dependabot, pre-commit tooling, and testing dependencies by @​Ludy87 in #​5170
  • build(deps-dev): bump stylelint from 16.26.0 to 16.26.1 in /devTools by @​dependabot[bot] in #​5314
Other Changes

v2.1.5: 2.1.5 annotations and minor fixes

Compare Source

Another quick release featuring some small changes and enhancements

  • Anotations
  • Saml bug fixes
  • reintroducing static file overrides for custom files

What's Changed

Minor Enhancements
Other Changes

Full Changelog: Stirling-Tools/Stirling-PDF@v2.1.4...v2.1.5

v2.1.4: 2.1.4 line art conversion and bug fixes

Compare Source

This release contains bug fixes for

  • SAML not working for certain installations
  • PDF Viewer not working due to wasm loading issues
  • PDF Text editor cache not found exception

It also contains new features such as

  • Line art conversion (inside compress tool) to convert images into black and white lineart for further compression!
  • Account change UI, which was missed in last update
  • Onboard shortening (More changes to come)

What's Changed

Bug Fixes
Minor Enhancements
Other Changes

Full Changelog: Stirling-Tools/Stirling-PDF@v2.1.3...v2.1.4

v2.1.3: 2.1.3 SSO login page bug fixes

Compare Source

Quick hotfix release for SSO login pages not being displayed correctly
Some other fixes included in this release are fixes for the bugs:

  • cache clearing issues
  • app version not showing correctly for desktop install
  • mac not openning certain files correctly
  • Airgapped issues for pdf viewer (previously was downloading pdfium on load)

Sadly onboarding change is still ongoing. I hope to have it out soon!

What's Changed

Minor Enhancements
Docker Updates
Other Changes

Full Changelog: Stirling-Tools/Stirling-PDF@v2.1.2...v2.1.3

v2.1.2: 2.1.2 password change UI and bug fixes

Compare Source

This release contains several bug and ui fixes including:

  • SMTP not working under SSL, new settings.yml entries had been added for advanced customisation for this use case
  • Extra font support for text editor
  • Change password/username UI added for users
  • Change password for admins added
  • Possible fix for swagger access issues
  • Fix for admin ui showing for users (Although not usable)

We planned to make changes to onboarding/popups to reduce them and add disable flags for certain parts, sadly this had to be delayed from this 2.1.2 release and will be in 2.1.3 later today or tomorrow

What's Changed

Minor Enhancements
Other Changes

Full Changelog: Stirling-Tools/Stirling-PDF@v2.1.1...v2.1.2

v2.1.1: 2.1.1 bug fixes and desktop login UI

Compare Source

A quick hotfix update for general UI tweaks and bugs and possible fix for SSO issues
I would also like to take this time to apologise for any of the issues users have been seeing with SSO in our 2.0 update, we are doing the best we can to identify and resolve!

What's Changed

Minor Enhancements
Other Changes

New Contributors

Full Changelog: Stirling-Tools/Stirling-PDF@v2.1.0...v2.1.1

v2.1.0: 2.1.0 Fully Open-Source PDF Text Editor!

Compare Source

We are very happy to announce that we have open-sourced our PDF text editor!
With this you will be able to edit the existing text on PDFs and add/move images.
Whilst we are very proud of this feature and to release it to the open source community, it is an alpha version with its own quirks and issues. Do not expect perfect editing.
This is however, a foundation for what is to come and it can only improve from here!

image

The writer has two modes, single line mode and paragraph mode, both have their pros and cons so give it a try!

Other changes in this release:

  • General SSO has moved into our SERVER plan from our enterprise plan
  • Get all info on PDF feature added!

Bug fixes:

  • Bug fixes for Convert to/from PDF erroring for multiple files

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-bot-gravity182 renovate-bot-gravity182 bot force-pushed the renovate/frooodle-s-pdf-2.x branch 2 times, most recently from f5204d1 to 59d995a Compare December 28, 2025 06:08
@renovate-bot-gravity182 renovate-bot-gravity182 bot force-pushed the renovate/frooodle-s-pdf-2.x branch 3 times, most recently from 7aba7f1 to a3a64e3 Compare January 15, 2026 22:06
@renovate-bot-gravity182 renovate-bot-gravity182 bot force-pushed the renovate/frooodle-s-pdf-2.x branch from a3a64e3 to 1e20f9a Compare January 22, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant